home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / misc / PDial.lha / PDial_Install < prev    next >
Encoding:
Text File  |  1997-08-14  |  1.9 KB  |  92 lines

  1. ; $VER: PDial Install Script (29.6.97)
  2. ;
  3. ; Install-Script, PDial
  4. ; Copyright ©1997 Richard Hodger
  5. ; All rights reserved.
  6. ; Feel free to contact me via email at rick@rhodger.demon.co.uk
  7. ;
  8.  
  9. (set #error (cat
  10.    "\nAn error appeared during the installation!\n\n"
  11.    "Please make sure that you have enough free\n"
  12.    "memory and enough free HD-space and then\n"
  13.    "try to restart the installation."))
  14.  
  15. (set #badinstaller (cat
  16.    "\nWrong Installer-version!\n\n"
  17.    "Please try to get another version of the\n"
  18.    "Installer-tool from aminet or from CDs.\n"
  19.    "This version can not calculate important\n"
  20.    "checksums for the installation."))
  21.  
  22. (set #working "Please wait...")
  23.  
  24. (set old-level @user-level)
  25.  
  26. (user 2)
  27. (complete 0)
  28.  
  29. (message "\nPDial v2.6\n"
  30.    "This program helps you to dial from your modem.\n"
  31.    "It is almost completely configurable, \n"
  32.    "and is designed for the most easiest use\n\n"
  33.    "PDial ©1997 Richard Hodger\n"
  34.    "All rights reserved.")
  35. (complete 1)
  36.  
  37. (set #dir
  38.    (askdir
  39.       (prompt "Please select the directory you wish to install in")
  40.       (help @askdir-help)
  41.       (default "SYS:Utilities/")))
  42. (complete 2q0)
  43.  
  44. (copylib
  45.    (prompt "Copy...")
  46.    (help @copylib-help)
  47.    (source "PDial")
  48.    (dest #dir)
  49.    (safe)
  50.    (gauge))
  51. (complete 50)
  52.  
  53. (copylib
  54.    (prompt "Copy...")
  55.    (help @copylib-help)
  56.    (source "PDial.info")
  57.    (dest #dir)
  58.    (safe)
  59.    (gauge))
  60. (complete 70)
  61.  
  62. (copylib
  63.    (prompt "Copy...")
  64.    (help @copylib-help)
  65.    (Source "S/PDial.CFG1")
  66.    (dest "S:")
  67.    (safe)
  68.    (gauge))
  69. (complete 85)
  70.  
  71. (copylib
  72.    (prompt "Copy...")
  73.    (help @copylib-help)
  74.    (source "S/PDial.CFG2")
  75.    (dest "S:")
  76.    (safe)
  77.    (gauge))
  78. (complete 100)
  79.  
  80.  
  81. (set @default-dest (pathonly #file))
  82. (complete 70)
  83. (user old-level)
  84.  
  85. (exit (cat
  86.    "Thank you for using PDial.\n\n"
  87.    "Do not forget to send some nice email to\n"
  88.    "rick@rhodger.demon.co.uk\n"
  89.    "if you like and use this program.")
  90. )
  91. (welcome "")
  92.